Method LoadAsync(IEnumerable<long>, IRedbUser, int, bool?)
Bulk polymorphic load of objects by ID with explicit user (uses config.DefaultCheckPermissionsOnLoad).
Supports objects of different schemes in one request.
public Task<List<IRedbObject>> LoadAsync(IEnumerable<long> objectIds, IRedbUser user, int depth = 10, bool? lazyLoadProps = null)